-
Notifications
You must be signed in to change notification settings - Fork 34
chore: manually provide ip addresses to index provider #382
Conversation
we should migrate old configs to new, since domain is just a multiaddr, we can easily move it to address as a single entry vec. Also note that domain was migrated out of provider config and into server config |
can you elaborate, what old vs new? |
For nodes properly setup with a domain, they'd already have something configured like
Since the new |
they would need to move to using IP addresses |
Looks good. I was talking with @theBeardA about which port number the gateway should use. If we plan to always encrypt the connection between gateway and node (I think, correct me if im wrong please) using HTTPS, 443 is a good default. If the port will not be advertised anymore, we should update the gateway here https://github.com/fleek-network/ursa/blob/main/crates/ursa-gateway/src/resolver/mod.rs#L124. |
Why
Autonat does not deterministically get the IP address of the node.
What
Checklist